win32: move gdkvisual code in gdkscreen
authorPaolo Borelli <pborelli@gnome.org>
Sat, 27 Feb 2016 14:23:19 +0000 (15:23 +0100)
committerPaolo Borelli <pborelli@gnome.org>
Sun, 28 Feb 2016 10:37:38 +0000 (11:37 +0100)
commite48bd2e00be2463bdd6c0a9f37331c2254c479b7
treecfedba3cbce5738244c53a1684e7f8a9d37d1450
parent0f3a211d35c57c6c909d245c4e49dec953af7227
win32: move gdkvisual code in gdkscreen

Except for the init function, all the visual related code is made
of gdkscreen vfuncs, so let's move it to gdkscreen-win32. This way
we avoid keeping other static variables and instead store the info
inside the screen struct.
gdk/Makefile.am
gdk/win32/Makefile.am
gdk/win32/gdkdisplay-win32.c
gdk/win32/gdkprivate-win32.h
gdk/win32/gdkscreen-win32.c
gdk/win32/gdkvisual-win32.c [deleted file]
gdk/win32/makefile.msc